feature: Add OpenLineage support for CloudDataFusionStartPipelineOperator#55573
Closed
pawelgrochowicz wants to merge 20 commits intoapache:mainfrom
Closed
feature: Add OpenLineage support for CloudDataFusionStartPipelineOperator#55573pawelgrochowicz wants to merge 20 commits intoapache:mainfrom
pawelgrochowicz wants to merge 20 commits intoapache:mainfrom
Conversation
Member
|
Compat issue, but generally looks fine. |
Contributor
Author
|
@mobuchowski, FYI |
kacpermuda
reviewed
Sep 22, 2025
Contributor
kacpermuda
left a comment
There was a problem hiding this comment.
Left some comments, looks good overall
providers/google/src/airflow/providers/google/cloud/operators/datafusion.py
Outdated
Show resolved
Hide resolved
providers/google/tests/unit/google/common/auth_backend/test_google_openid.py
Show resolved
Hide resolved
Contributor
|
@pawelgrochowicz I think you need to rebase your PRs, there are some issues that look unrelated but fail the CI |
b1bf76b to
9a0d91c
Compare
Contributor
|
rebased. lets see |
9a0d91c to
57825d0
Compare
…ator - fix missing flask_limiter
…ator - fix missing flask_limiter
57825d0 to
79e802b
Compare
Contributor
Author
|
@mobuchowski, rebased and now checks are good |
…#56162) * fix: allow mapped tasks to accept zero-length inputs on rerun * fix: add test for rerun args of different length * chore: revise comments to align with the changes * chore: add comments before the task state check * fix: replace legacy query syntax
* make the variable name in .Values.dags.gitSync.credentials secret dependent on the GitSync version * update gitsync tests
Co-authored-by: Ulada Zakharava <vlada_zakharava@epam.com>
Contributor
|
@pawelgrochowicz merged previous PR and now it has conflicts to fix :) |
…ator - fix missing flask_limiter
…ator - fix missing flask_limiter
…ttps://github.com/pawelgrochowicz/airflow into feat-ol-cloud-data-fusion-start-pipeline-operator # Conflicts: # providers/google/src/airflow/providers/google/cloud/openlineage/facets.py # providers/google/tests/unit/google/cloud/openlineage/test_facets.py
Contributor
|
@pawelgrochowicz I think some git error happened here, there are unrelated commits included in this PR |
Contributor
Author
|
As this PR has been too messy, I closed this one and created a new one with just my code #56365 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds OpenLineage support for CloudDataFusionStartPipelineOperator.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.